home *** CD-ROM | disk | FTP | other *** search
/ Star Trek - Starship Creator / CREATOR.ISO / mac / Starship Creator / ShipMain / missnLib.cxt / 00019_Field_shakedown_pt3.txt < prev    next >
Text File  |  1998-10-08  |  3KB  |  99 lines

  1. //Shakedown Cruise PART 3  --psm 98/08/24
  2. //Test the weapons
  3.  
  4. <MISS = SDC, DES = 0570:0375:Inside Testing Range,  RAR= 000,TIL= 000,>
  5.  
  6. <ICMD =  #captainSpeaks,MSG01,
  7.      #setGoals,MSG99,
  8.      #departArea,-, 
  9.  
  10.          //gotoWarp,-,
  11.          #disengageImpulseEng,-,
  12.          #engageWarpEng,-,
  13.             #thenCmd,1,
  14.                 #captainSpeaks,-,
  15.             #elseCmd,1,
  16.                 #HQCmd1,-,
  17.  
  18.      #executeGoal,-,>
  19.  
  20. <MSG69 = <NSRT=targetRange>Phaser fire control is nominal. Targets destroyed.>
  21.  
  22. <MO_CO_EG = 
  23.     #testHitTarget,-,
  24.      #captainSpeaks,MSG05,
  25.  
  26.      #raiseShields,-,
  27.  
  28.     #firePhotonTorpedo,-,
  29.       #thenCmd,1,
  30.         #otherSpeaks,Photon torpedo system is nominal.,
  31.       #elseCmd,1,
  32.         #otherSpeaks,Photon torpedo system is incomplete or not installed.,
  33.  
  34.     #firePhaser,-,
  35.       #thenCmd,1,
  36.         #otherSpeaks,MSG69,
  37.       #elseCmd,1,
  38.         #otherSpeaks,Phaser system not functioning.,
  39.  
  40.     #fireQuantumTorpedo,-,
  41.       #thenCmd,1,
  42.         #otherSpeaks,Quantum torpedo system is nominal.,
  43.       #elseCmd,1,
  44.         #otherSpeaks,Quantum torpedo system is incomplete or not installed. This is only a concern if this is a Defiant or Sovereign-class vessel.,
  45.  
  46.      #lowerShields,-,
  47.  
  48.     #closeMission,MSG06,>
  49.  
  50. <CCMD =   #goal1achieved,-,
  51.                 #linkMission,shakedown_last,>
  52.  
  53. // ========================================
  54. // MSG Table
  55. <MSG99 = [1:"Completed weapons evaluation."]>
  56. <MSG01 = Prepare for final test phase.<HEAR=action>>
  57. <MSG02 = 2...>
  58. <MSG03 = 3...>
  59. <MSG04 = 4...>
  60. <MSG05 = Tactical, stand by for firing exercises.>
  61. <MSG06 = Proceed to test range exit.>
  62. <MSG13 = .>
  63.  
  64.  
  65. // ENVIRONMENT OVERLAY DATA =================================
  66.  
  67. <LEVTMAP = #blackHole,500,500,Black hole in area., #asteroid,600,200,Asteroid field,>
  68.  
  69. <TEVTMAP = #wearNTear,1200,-,>
  70.  
  71. // scan overlays required
  72. <MO_SN_LR = 0,0,0,0,#nothing, ;>
  73. <MO_SN_RF = 0,0,0,0,#nothing, ;>
  74. <MO_SN_PA = 0,0,0,0,#nothing, ;>
  75. <MO_SN_GM = 0,0,0,0,#nothing, ;>
  76. <MO_SN_PR = 0,0,0,0,#nothing, ;>
  77. <MO_SN_LF = 0,0,0,0,#nothing, ;>
  78. <MO_SN_SS = 0,0,0,0,#nothing, ;>
  79. <MO_SN_OP = 0,0,0,0,#nothing, ;>
  80. <MO_SN_GF = 0,0,0,0,#nothing, ;>
  81. <MO_SN_GR = 0,0,0,0,#nothing, ;>
  82. <MO_SN_IR = 0,0,0,0,#nothing, ;>
  83. <MO_SN_PM = 0,0,0,0,#nothing, ;>
  84.  
  85. <MO_PRB_DATA = 0,0,0,0,#nothing, ;>
  86.  
  87. // But if Phasers arent ready... --psm 98/09/30
  88. <MO_CR_NOPHS = #otherSpeaks,Phasers not online. Try the torpedos.,#fireQuantumTorpedo,-,>
  89. <MO_CR_NOQTP = #firePhotonTorpedo,-,>
  90. <MO_CR_NOPTP = #otherSpeaks,Photon torpedos off line!,#enemyFire,-,>
  91.  
  92. <MO_HQ_EV0 = 1,>
  93. <MO_HQ_EV1 = ALERT: Warp engines not responding. Possible subsystem inadequacies or damage. Refer to System Performance Analysis in the outcome report for symptoms.,
  94.             #otherSpeaks,-,Ignore and carry on., #simOver ,-,Stop mission., #HQCmd1,>
  95.  
  96.  
  97.  
  98.  
  99.